tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++
authorVladimir Petko <vpetko@openjdk.org>
Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)
committerEmilio Pozuelo Monfort <pochu@debian.org>
Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)
commitfb169b5acf975b1d478d03c9c11cbe408864e55f
tree205702f765cdf22ed4a31854e17a3d8c0b4bf8bc
parent20c88d78ec3f606bcdc4df7fe43c0e6724716ce3
tools/jpackage/share/AppLauncherEnvTest.java fails with dynamically linked libstdc++

Origin: upstream, https://github.com/openjdk/jdk/commit/78a8a99d990dcc0b77c096bb2ca2c1bb86462e3f
Bug: https://bugs.openjdk.org/browse/JDK-8312488
Reviewed-By: asemenyuk, almatvee
Last-Update: 2024-07-18

The generated image contains libjpackageapplauncheraux.so that
contains a destructor function dcon(). It calls already disposed
logger, causing a crash.
Last-Update: 2024-07-18
Gbp-Pq: Name jdk-8312488.patch
src/jdk.jpackage/share/native/common/app.cpp